import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework/http";
import { AdminCreateWorkflowsAsyncResponseType } from "../../../validators";
export declare const POST: (req: AuthenticatedMedusaRequest<AdminCreateWorkflowsAsyncResponseType>, res: MedusaResponse<{
    success: boolean;
}>) => Promise<MedusaResponse<{
    success: boolean;
}>>;
//# sourceMappingURL=route.d.ts.map